home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / BIN / NASM2EXE.BAT < prev    next >
DOS Batch File  |  1997-07-10  |  169b  |  16 lines

  1. @echo off
  2. set QEo=
  3. set QEc=NASM
  4. set QEx=ASM
  5. set QEmb=(default)
  6. set QEmw=
  7.  
  8. :top
  9. if "%1"=="" goto done
  10. set QEo=%QEo% %1
  11. shift
  12. goto top
  13.  
  14. :done
  15. _q2exe_ %QEo%
  16.